Dynomotion

Group: DynoMotion Message: 9860 From: Sam Marrocco Date: 7/26/2014
Subject: Backlash not enabling
All my motion seems correct sending GCodes to the Kmotion.net interpreter but it doesn't appear to be honoring the backlash settings.

I believe I'm setting everything properly programmatically at startup as all the other parameters are taking effect....but enabling/disabling backlash seems to have no effect. Here is a slice of the code I am using to set backlash settings:

Controller.GetAxis(X_Axis_ID,"").TuningParams.BacklashMode = BacklashMode_Enum.BACKLASH_LINEAR 'This is an integer 1
Controller.GetAxis(X_Axis_ID,"").TuningParams.BacklashAmount=.0032
Controller.GetAxis(X_Axis_ID,"").TuningParams.BacklashRate =0
         
Does backlash need to be enabled anywhere else to operate?


--

sam marrocco | chief technical officer
ringside.cutters.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 9863 From: Tom Kerekes Date: 7/27/2014
Subject: Re: Backlash not enabling
The BacklashAmount is in Steps or Counts so 0.0032 would be almost nothing.  You will also need a non-zero rate of application.  See:


Regards
TK


From: "Sam Marrocco SMarrocco@... [DynoMotion]" <DynoMotion@yahoogroups.com>
To: "DynoMotion@yahoogroups.com" <DynoMotion@yahoogroups.com>
Sent: Saturday, July 26, 2014 8:04 PM
Subject: [DynoMotion] Backlash not enabling

 
All my motion seems correct sending GCodes to the Kmotion.net interpreter but it doesn't appear to be honoring the backlash settings.

I believe I'm setting everything properly programmatically at startup as all the other parameters are taking effect....but enabling/disabling backlash seems to have no effect. Here is a slice of the code I am using to set backlash settings:

Controller.GetAxis(X_Axis_ID,"").TuningParams.BacklashMode = BacklashMode_Enum.BACKLASH_LINEAR 'This is an integer 1
Controller.GetAxis(X_Axis_ID,"").TuningParams.BacklashAmount=.0032
Controller.GetAxis(X_Axis_ID,"").TuningParams.BacklashRate =0
         
Does backlash need to be enabled anywhere else to operate?


--

sam marrocco | chief technical officer
ringside.cutters.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com



Group: DynoMotion Message: 9871 From: Sam Marrocco Date: 7/27/2014
Subject: Re: Backlash not enabling
On 7/27/2014 9:08 AM, Tom Kerekes tk@... [DynoMotion] wrote:
 
The BacklashAmount is in Steps or Counts so 0.0032 would be almost nothing.  You will also need a non-zero rate of application.  See:


Regards
TK


That was it....I was thinking that because the BacklashAmount was a floating point value it was using Inches/mm as units. Thanks for the solution!



sam marrocco | chief technical officer
ringside.cutters.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 9874 From: Tapio Larikka Date: 7/28/2014
Subject: Re: Backlash not enabling

Hi Sam,
 
I hope this is not too intusive question, but are you considering publishing your project?
 
Rgds,
Tapio
 
Group: DynoMotion Message: 9876 From: Sam Marrocco Date: 7/29/2014
Subject: Re: Backlash not enabling

On 7/28/2014 11:38 PM, 'Tapio Larikka' tapio.larikka@... [DynoMotion] wrote:
 



Hi Sam,
 
I hope this is not too intusive question, but are you considering publishing your project?
 

Not intrusive at all, Tapio.
I'm not considering publishing it. I've written a lot of software over the years, for my own use and the business I'm in nd one important lesson I've learned is that it's a lot easier to support if I only have one customer ;)

Although I'm more than happy to answer anything that would help you with a project along the way. I've been using my app for a few weeks now as I work the bugs out and will probably publish some basic info on the journey soon.

sam marrocco | chief technical officer
ringside.cutters.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com